{ "metadata": { "name": "PuTTY Tunnel" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "code", "collapsed": false, "input": "#First I set up PuTTY to generate a tunnel to the linux server, the blue highlighted info is the Tunnel info minus the ipaddy\n\nfrom IPython.display import Image\nImage(url='http://eagle.fish.washington.edu/dermochelys/Bioinformatics/tunnel1.jpg')", "language": "python", "metadata": {}, "outputs": [ { "html": "", "metadata": {}, "output_type": "pyout", "prompt_number": 2, "text": "" } ], "prompt_number": 2 }, { "cell_type": "code", "collapsed": false, "input": "#Next I login to the linux server using PuTTY and input the ipython code with the port as 8081 to match the port I forwarded\n\nfrom IPython.display import Image\nImage(url='http://eagle.fish.washington.edu/dermochelys/Bioinformatics/tunnel2.jpg')", "language": "python", "metadata": {}, "outputs": [ { "html": "", "metadata": {}, "output_type": "pyout", "prompt_number": 3, "text": "" } ], "prompt_number": 3 }, { "cell_type": "code", "collapsed": false, "input": "#Then I go to my browser and type in Localhost:8081 to access the tunnel. I get a server message saying it works but no \n#ipython notebook dashboard.\n\nfrom IPython.display import Image\nImage(url='http://eagle.fish.washington.edu/dermochelys/Bioinformatics/tunnel3.jpg')", "language": "python", "metadata": {}, "outputs": [ { "html": "", "metadata": {}, "output_type": "pyout", "prompt_number": 4, "text": "" } ], "prompt_number": 4 }, { "cell_type": "code", "collapsed": false, "input": "", "language": "python", "metadata": {}, "outputs": [] } ], "metadata": {} } ] }